home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / grafik / datapat / tigacard / install / @8131.adf next >
Text File  |  1993-06-20  |  2KB  |  61 lines

  1. AdapterID 8131h
  2.  
  3. AdapterName  "Datapath HarleQuin/MCA Graphics Adapter"
  4.  
  5. NumBytes 4
  6.  
  7. nameditem
  8.         Prompt  "HarleQuin I/O base address"
  9.           Choice "Base Address = 2b0h"
  10.             pos[1]=XXXXX100b
  11.             io 02b0h-02bfh
  12.           Choice "Base Address = 2a0h"
  13.             pos[1]=XXXXX101b
  14.             io 02a0h-02afh
  15.           Choice "Base Address = 290h"
  16.             pos[1]=XXXXX110b
  17.             io 0290h-029fh
  18.           Choice "Base Address = 280h"
  19.             pos[1]=XXXXX111b
  20.             io 0280h-028fh
  21.           Choice "Base Address = 2d0h"
  22.             pos[1]=XXXXX010b
  23.             io 02d0h-02dfh
  24.           Choice "Base Address = 2c0h"
  25.             pos[1]=XXXXX011b
  26.             io 02c0h-02cfh
  27.         Help
  28.         "The adapter base address is normally set to 2b0h.
  29.          The HarleQuin adapter resides in 16 bytes of IO address space."
  30.  
  31. nameditem
  32.         Prompt  "Composite Sync output polarity."
  33.           Choice "Negative going"
  34.                 pos[1]=1XXXXXXXb
  35.           Choice "Positive going."
  36.                 pos[1]=0XXXXXXXb
  37.         help
  38.         "The sync polarity for 4-wire video cable operation may be set
  39.          using this option.
  40.          Most monitors require negative going sync pulses."
  41.  
  42. nameditem
  43.         Prompt  "Interrupt channel selection."
  44.           Choice "Interrupts Disabled "
  45.             pos[1]=X0000XXXb
  46.           Choice "Interrupt channel 9 "
  47.             pos[1]=X0001XXXb
  48.               int 9
  49.           Choice "Interrupt channel 10"
  50.             pos[1]=X0010XXXb
  51.               int 10
  52.           Choice "Interrupt channel 11"
  53.             pos[1]=X0100XXXb
  54.               int 11
  55.           Choice "Interrupt channel 15"
  56.             pos[1]=X1000XXXb
  57.               int 15
  58.         help
  59.            "This selects the Interrupt channel used by the HarleQuin
  60.             graphics adapter. The default is interrupts disabled."
  61.